Managing Reports
This guide covers administrator tasks in Settings → My reports: browsing report definitions, creating new views, importing and exporting configurations, and opening the editor for an existing report.
Opening the Report Management Console
- Open the Report Builder portal.
- Click the gear icon in the top-right corner of the header.
- Select Settings from the dropdown menu.
- The My reports page opens at
/settings.
The My reports page lists every report definition in the environment. Each row shows:
| Column | Description |
|---|---|
| Checkbox | Selects the report for bulk export |
| Report ID | Unique identifier (for example, 6, 3456, 0000001) |
| Name and description | Display title and optional subtitle |
| View type | QUERY, MULTI_QUERY, or DASHBOARD |
| Gear icon | Opens the configuration editor for that report |
Searching and Selecting Reports
Search
- Click the Search bar at the top of the page.
- Enter part of a report name, ID, or description.
- The list filters to matching entries.
Select All
- Click Select All to check every visible report row.
- Click Export Selected (.json) to export the selected definitions (see below).
Adding a New Report
- On the My reports page, click Add New Report.
- The Add New View dialog opens.
- Fill in the required fields:
| Field | Description |
|---|---|
| Report Identifier | Unique ID for the report (for example, 3456). Used in the View List and render URLs. |
| Report Name | Display name shown to users (for example, sumo-user-guide). |
| Report Description | Optional summary of the report's purpose. |
| View Type | Select Query, Multi Query, or Dashboard depending on what you are building. |
- Click Add.
- The system navigates to the Add Section editor for the new report (for query types) or the appropriate builder for the selected view type.
After creating a query report, continue with Creating Query Reports to write the SQL and save the section.
Editing an Existing Report
-
On the My reports page, locate the report you want to change.
-
Click the gear icon on the right side of the report row.
-
The configuration editor opens for that report type:
- QUERY → SQL editor with parameters and actions sidebar
- MULTI_QUERY → section builder for multiple query parts
- DASHBOARD → dashboard layout and chart configuration
-
Make your changes and click Save (floppy disk icon) to persist the configuration.
Exporting Report Definitions
Use export to back up report configurations or move them to another environment.
- On the My reports page, select one or more reports using the row checkboxes.
- Click Export Selected (.json).
- The browser downloads a JSON file containing the selected report definitions.
Note: The Export Selected (.json) button remains disabled until at least one report is selected.
Importing Report Definitions
- On the My reports page, click Import Reports (.json).
- Select a valid report JSON file from your local machine.
- Confirm the import when prompted.
- Imported reports appear in the My reports list and become available in the View List for authorized users.
View Type Reference
Choose the correct view type when creating a new report:
| View Type | When to Use |
|---|---|
| Query | A single SQL statement rendered as a searchable table. |
| Multi Query | Multiple related query sections grouped under one report identifier. |
| Dashboard | Charts and visual panels with interactive filters such as date range. |
After Saving a Report
Once a report is saved:
- It appears in My reports with the configured ID, name, and view type.
- Authorized users see it in the View List.
- Process designers can reference it from a Report Stage using Select View.
- End users can run it following the steps in Running Reports.